This method is used to log out of CoreOne and the user token is reset.
In order to log out of CoreOne successfully the user's current session token is required.
Request Body Parameters
| Name | Description | Data Type |
| token | This is a 40-character hexadecimal string.
 |
This token should have been obtained at the commencement of a session using the Login (Method). It is required for all functional CoreOne web services. |
| xml:string |
Sample Data
Token- a2972e530945e5d9a101894ca52e1e01b934011f
When logged out of CoreOne successfully the user token is reset and is no longer valid for use in any functional CoreOne web services.
 |
To obtain a new valid token the user must log back into CoreOne using the Login (Method). |
Response Body Parameters
| Name | Description | Data Type |
| value | A message "Token successfully reset!" will be returned. | xml:string |